@import url(https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script|Open+Sans:600|Tangerine:700|Parisienne|Caveat:wght@400;700&display=swap);
@media screen {
  nav {
    box-sizing: border-box;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #e4fffe;
    flex-shrink: 0;
  }
  .navlinks,
  nav {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .menutitle,
  a {
    font-family: Amatic SC;
    font-size: 21px;
    text-decoration: none;
    color: #000;
    letter-spacing: 0;
  }
  a.visited {
    color: #2e2e2e;
  }
  a:hover {
    color: #0043c0;
    text-decoration: underline;
  }
  .hamburger,
  .menutitle {
    display: none;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 20px;
    height: 3px;
    background-color: #525252;
    margin: 4px 0;
    transition: 0.4s;
  }
  .hamburger.cross .bar1 {
    transform: translate(-10px) rotate(45deg) translate(10px);
  }
  .hamburger.cross .bar2 {
    opacity: 0;
  }
  .hamburger.cross .bar3 {
    transform: translate(-10px) rotate(-45deg) translate(10px);
  }
}
@media screen and (max-width: 650px) {
  .hamburger,
  .menutitle {
    display: inline-block;
    cursor: pointer;
  }
  .menu,
  .navlinks {
    display: none;
  }
}
.menu {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #e4fffe;
}
.fadein {
  visibility: visible;
  opacity: 1;
  transition: opacity 5s linear;
}
.fadeout {
  transition: visibility 0s 5s, opacity 5s linear;
}
.fadeout,
.invisible {
  visibility: hidden;
  opacity: 0;
}
@media screen {
  #app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
  }
  body,
  html {
    margin: 0;
  }
  .NormalPaddings {
    padding-left: 20%;
    padding-right: 20%;
  }
  h1 {
    font-size: 60px;
  }
  h1,
  h2 {
    font-family: Dancing Script;
    font-style: cursive;
    color: #161616;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-family: Dancing Script;
    font-style: cursive;
  }
  h3,
  p {
    font-size: 26px;
    color: #161616;
  }
  p {
    font-family: Caveat, cursive;
  }
  .button {
    box-shadow: 0 0 0 1px #36c0c6;
    border: 1px solid #d6fff0;
    border-radius: 10px;
    background-color: #effff9;
    background: linear-gradient(180deg, #effff9 5%, #c1e6d8);
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Caveat;
    font-size: 24px;
    padding: 5px 40px;
    margin: 10px 5px 5px 0;
    text-decoration: none;
  }
  .button:active {
    position: relative;
    top: 1px;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: table;
  }
  .PageArea {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .BlogEntry img {
    box-sizing: border-box;
    width: 100%;
  }
  .Header {
    display: block;
    color: #000;
    font-family: Dancing Script;
    font-style: cursive;
    font-size: 80px;
    letter-spacing: -1px;
  }
  .BigTitleArea {
    display: block;
    background-image: url(../img/heart.db40159a.jpg);
    height: 800px;
    background-size: cover;
  }
  .BigTitleTextArea {
    display: flex;
    padding-top: 2%;
    padding-bottom: 0;
  }
  .SmallTitleArea {
    display: block;
    background-image: url(../img/topbanner.e9aefd63.jpg);
    height: 150px;
    background-size: cover;
  }
  .SmallTitleTextArea {
    display: flex;
    padding-top: 15px;
  }
  .Footer {
    position: relative;
    display: block;
    background-color: #ffe6fa;
    font-size: 14px;
    padding-top: 2%;
    padding-bottom: 1%;
    bottom: 0;
  }
  .Footer p {
    margin: 0 0 0 0;
  }
  .WisdomArea {
    display: block;
    padding-top: 0;
    padding-bottom: 5%;
  }
  .WiseHeader {
    color: #000;
    font-family: Dancing Script;
    font-style: cursive;
    font-size: 60px;
    letter-spacing: -1px;
  }
  .WiseMessage {
    color: #000;
    font-family: Caveat;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 10px;
  }
}
.svg-inline--fa {
  color: #464646;
  opacity: 0.7;
  transition: 0.5s;
}
.svg-inline--fa:hover {
  color: #464646;
  opacity: 1;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .Header {
    font-size: 50px;
  }
  .WiseHeader,
  h1 {
    font-size: 40px;
  }
  .WiseHeader {
    margin-top: 10px;
  }
  .WiseMessage {
    line-height: 1.5;
    margin-top: 0;
  }
  .NormalPaddings {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen {
  .Blue[data-v-1ccb5e3c],
  .Contact[data-v-1ccb5e3c],
  .Content2[data-v-1ccb5e3c],
  .Content[data-v-1ccb5e3c],
  .News2[data-v-1ccb5e3c],
  .News[data-v-1ccb5e3c],
  .Wind[data-v-1ccb5e3c] {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .Blue[data-v-1ccb5e3c],
  .News2[data-v-1ccb5e3c],
  .News[data-v-1ccb5e3c],
  .Wind[data-v-1ccb5e3c] {
    display: block;
    background-position: 80% 10%;
    background-size: 150px;
  }
  .News[data-v-1ccb5e3c] {
    background-color: #effdf0;
  }
  .Wind[data-v-1ccb5e3c] {
    background-color: #fffde6;
  }
  .Blue[data-v-1ccb5e3c] {
    background-color: #e4f6fd;
  }
  .News2 a[data-v-1ccb5e3c],
  .News a[data-v-1ccb5e3c] {
    color: #002ab4;
    font-family: Caveat, cursive;
    font-size: 26px;
    text-decoration: underline;
  }
  .News2 img[data-v-1ccb5e3c],
  .NewsImage[data-v-1ccb5e3c],
  .News img[data-v-1ccb5e3c] {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .Contact[data-v-1ccb5e3c] {
    display: block;
    background-color: #e4fffe;
  }
  hr[data-v-1ccb5e3c] {
    display: block;
    border: 0;
    height: 22px;
    background: url(../img/heart.774b8ea1.svg);
    background-repeat: space;
  }
  h1.centered[data-v-1ccb5e3c] {
    display: flex;
    justify-content: center;
  }
}
